Method BreadthFirstTraversal<TProps>(ITreeRedbObject<TProps>)

Assembly: redb.Core.dll

Breadth-First Search tree traversal for typed trees.

public static IEnumerable<ITreeRedbObject<TProps>> BreadthFirstTraversal<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()